home *** CD-ROM | disk | FTP | other *** search
- ExpenseViewMgr = {
- ACTIONS = {
- };
- OUTLETS = {
- totalExpensesField;
- clientExpensesField;
- };
- SUPERCLASS = BrowserViewMgr;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ClientViewMgr = {
- ACTIONS = {
- };
- OUTLETS = {
- dataForm;
- };
- SUPERCLASS = Object;
- };
- SessionViewMgr = {
- ACTIONS = {
- };
- OUTLETS = {
- clientBillingsField;
- clientHoursField;
- totalHoursField;
- totalBillingsField;
- };
- SUPERCLASS = BrowserViewMgr;
- };
- ClientInspector = {
- ACTIONS = {
- undelete:;
- showExpenses:;
- browserClick:;
- add:;
- showClient:;
- modify:;
- delete:;
- showHours:;
- };
- OUTLETS = {
- panel;
- clientView;
- sessionView;
- sessionMgr;
- currentMgr;
- browser;
- popUpButton;
- viewsPanel;
- addButton;
- controller;
- currentView;
- clientMgr;
- deleteButton;
- sessionMenuCell;
- clientMenuCell;
- modifyButton;
- expenseMgr;
- previousSelection;
- popUpList;
- expenseView;
- expenseMenuCell;
- };
- SUPERCLASS = Object;
- };
- ViewMgr = {
- ACTIONS = {
- };
- OUTLETS = {
- view;
- };
- SUPERCLASS = Object;
- };
- BrowserViewMgr = {
- ACTIONS = {
- };
- OUTLETS = {
- titleText;
- browser;
- };
- SUPERCLASS = ViewMgr;
- };
-